/* شیشه‌ای کردن فوتر موبایل  */
.footer-mobile-bar {
  width: 100%;
  background: rgba(200, 230, 255, 0.4); /* شفافیت بیشتر */
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 0;
}

/* استایل آیکون‌ها و متن */
.footer-mobile-bar .elementor-icon,
.footer-mobile-bar .elementor-icon-box-title a {
  color: #fff !important;
  font-size: 14px;
  text-decoration: none;
}

